ChannelFileOrBuilder

interface ChannelFileOrBuilder : MessageOrBuilder

Inheritors

Functions

Link copied to clipboard
abstract fun getChannels(index: Int): ChannelProtos.Channel

The channels our node knows about
repeated .meshtastic.Channel channels = 1;
Link copied to clipboard
abstract fun getChannelsCount(): Int

The channels our node knows about
repeated .meshtastic.Channel channels = 1;
Link copied to clipboard

The channels our node knows about
repeated .meshtastic.Channel channels = 1;
Link copied to clipboard

The channels our node knows about
repeated .meshtastic.Channel channels = 1;
Link copied to clipboard

The channels our node knows about
repeated .meshtastic.Channel channels = 1;
Link copied to clipboard
abstract fun getVersion(): Int

A version integer used to invalidate old save files when we make
incompatible changes This integer is set at build time and is private to
NodeDB.cpp in the device code.
uint32 version = 2;